s3pypi | CLI tool for creating a Python Package Repository | Cloud Storage library

 by   gorilla-co Python Version: 1.0.0 License: MIT

kandi X-RAY | s3pypi Summary

kandi X-RAY | s3pypi Summary

s3pypi is a Python library typically used in Storage, Cloud Storage, Amazon S3 applications. s3pypi has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However s3pypi build file is not available. You can download it from GitHub.

S3PyPI is a CLI for creating a Python Package Repository in an S3 bucket.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              s3pypi has a low active ecosystem.
              It has 266 star(s) with 78 fork(s). There are 14 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 2 open issues and 46 have been closed. On average issues are closed in 562 days. There are 4 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of s3pypi is 1.0.0

            kandi-Quality Quality

              s3pypi has no bugs reported.

            kandi-Security Security

              s3pypi has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              s3pypi is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              s3pypi releases are available to install and integrate.
              s3pypi has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed s3pypi and discovered the below as its top functions. This is intended to give you an instant insight into s3pypi implemented functionality, and help decide if they suit your requirements.
            • Upload packages to S3
            • Extract the METADATA
            • Parse a list of paths
            • Parses a distribution file
            • Build the root index
            • Get an object from S3
            • Put a distribution in the specified directory
            • Store an index in the specified directory
            • Retrieves an index
            • Normalize a package name
            • Rename an index
            • Prompt the user for confirmation
            • Return an argument parser
            • Put a user
            • Hash password with salt
            Get all kandi verified functions for this library.

            s3pypi Key Features

            No Key Features are available at this moment for s3pypi.

            s3pypi Examples and Code Snippets

            No Code Snippets are available at this moment for s3pypi.

            Community Discussions

            Trending Discussions on s3pypi

            QUESTION

            Private Python package management
            Asked 2020-Aug-18 at 07:02

            We have 100+ private packages and so far we've been using s3pypi to set up a private pypi in an s3 bucket. Our private packages have dependencies on each other (and on public packages), and it is (of course) important that our GitLab pipelines find the latest functional version of packages it relies on. I.e. we're not interested in the latest checked in code. We create new wheels only after tests and qa has run against a push to master (which is a long-winded way of explaining that -e requirements will not work).

            Our setup works really well until someone creates a new public package on the official pypi that shadows one of our package names. We can force our private package to be chosen by increasing the version number so it is higher than the new package on pypi.org - or by renaming our package to something that haven't yet been taken on pypi.org.

            This is obviously a hacky and fragile solution, but apparently the functionality is this way by design (https://github.com/pypa/pip/issues/5045).

            After the initial bucket setup s3pypi has required no maintenance or administration. The above ticket suggests using devpi (https://devpi.net/docs/devpi/devpi/stable/+d/quickstart-server.html) but that seems like a very heavy solution that requires administration/monitoring/etc.

            GitLab's pypi solution seems to be at individual package level (meaning we'd have to list up to 100+ urls - one for each package). This doesn't seem practical, but maybe I'm not understanding something (I can see the package registry menu under our group as well, but the docs point to the "package-pypi" docs).

            We can't be the first small company that has faced this issue..? Is there a better way than to register dummy versions of all our packages on pypi.org (with version=0.0.1, so the s3pypi version will be preferred)?

            ...

            ANSWER

            Answered 2020-Aug-12 at 19:34

            It might not be the solution for you, but I tell what we do.

            1. Prefix the package names, and using namespaces (eg. company.product.tool).
            2. When we install our packages (including their in-house dependencies), we use a requirements.txt file including our PyPI URL. We run everything in container(s) and we install all public dependencies in them when we are building the images.

            Source https://stackoverflow.com/questions/63320653

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install s3pypi

            Install s3pypi using pip:.
            Before you can start using s3pypi, you must set up an S3 bucket for storing packages, and a CloudFront distribution for serving files over HTTPS. Both of these can be created using the [Terraform](https://www.terraform.io/) configuration provided in the terraform/ directory:.

            Support

            Got any questions or ideas? We’d love to hear from you. Check out our [contributing guidelines](CONTRIBUTING.md) for ways to offer feedback and contribute.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/gorilla-co/s3pypi.git

          • CLI

            gh repo clone gorilla-co/s3pypi

          • sshUrl

            git@github.com:gorilla-co/s3pypi.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Cloud Storage Libraries

            minio

            by minio

            rclone

            by rclone

            flysystem

            by thephpleague

            boto

            by boto

            Dropbox-Uploader

            by andreafabrizi

            Try Top Libraries by gorilla-co

            odata-query

            by gorilla-coPython