Assemble: Assemble the packages!
Project description
Assemble enables simplistic package building.
Free software: MIT license
Documentation: http://documentation.creeer.io/assemble/
Source-code: https://github.com/corverdevelopment/assemble/
A quick example:
# file: setup.py from assemble import get_package package = get_package() keywords = [ "about", "this", "package" ] classifiers = [ # https://pypi.python.org/pypi?%3Aaction=list_classifiers "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Natural Language :: English", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules", ] if __name__ == "__main__": package.setup(keywords, classifiers)
While developing your package, you can use the test command to run all your written tests and you can use requirements-scan to build a list of all used packages.
assemble test
assemble requirements-scan > requirements.txt
When your package is ready and your repository is up-to-date, you can register your package, patch the version, build your distribution, upload it to PyPi and tag your repository.
assemble version
assemble build
assemble upload
assemble tag
When you have a clean GIT repository, ran your tests and want to publish right-away, you can use the publish shortcut to run version, build, upload and tag.
assemble publish
To register your package with PyPI, simple call register and Assemble will do the rest.
assemble register
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Assemble-0.2.2.tar.gz
.
File metadata
- Download URL: Assemble-0.2.2.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aec513e4fdfcfeb960046304e9c41d2214f005f80067cf1c92c8511d1f1a2d2e |
|
MD5 | d26ee24d516bec78a664a1c96c9e5935 |
|
BLAKE2b-256 | 4eef99c850084ec3fcb157c2afc1deadc2f09b69090084212e05eeda54fe4499 |
File details
Details for the file Assemble-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: Assemble-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4e4a3b5f46b160980ac819cc0da17cf287df7b4f7d58c539575e45a3a394330 |
|
MD5 | 8a37972b103555b288e09363ebf88769 |
|
BLAKE2b-256 | 94e7b27ba407637a85f1186008fccbcef49dc79c27097699262125e961a56c24 |