Utilities to make life with shapely easier
Project description
See CHANGELOG.md for news.
How to use
pipenv install shapelyutils
Creating python packages
It is really super easy.
- Use pipenv
- pipenv install --dev pylint
- pipenv install --dev pytest
- Put your source files in a directory that matches the package. Yes this may give an annoying myproject/myproject/myproject.py hierarchy. Deal with it.
- Create a README.md a LICENSE file and a CHANGELOG.md
- Copy-paste setup.py and modify to fit your own use. Don't worry much about the requirements there.
- To add circleci integration to your project, just copy paste the .circleci/config.yml file.
Remember to add and commit Pipfile, .circleci/config etc.
Publish
PyPI Package: (shapelyutils)[https://pypi.org/project/shapelyutils/]
- Change the version in
setup.py pipenv run python setup.py sdist bdist_wheel- Follow this instruction to create a token for publishing.
twine upload --repository testpypi dist/*
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
shapelyutils-0.2.0.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file shapelyutils-0.2.0.tar.gz.
File metadata
- Download URL: shapelyutils-0.2.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ea9d0276a87d3d9fc5132e847fc091d353ad061659b0921f159ed8e28165211
|
|
| MD5 |
0ef170aac3fdcf0d5d8b642671563a03
|
|
| BLAKE2b-256 |
b30bd3648dd827eeefc53d72c1c41899a1965f18032699ea6b5cf30f5cfb16b3
|
File details
Details for the file shapelyutils-0.2.0-py3-none-any.whl.
File metadata
- Download URL: shapelyutils-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc3f9f5f1d8676dfc1f550e6753bcdd6a05710328aa4ca5d8d7c4e6180408e91
|
|
| MD5 |
66953e22805f5cd510ba6b48d710ef90
|
|
| BLAKE2b-256 |
8b47d4a979fa899bcaa399f778bb5b57d4313ddd5e31bfe64b2a2da7a3f8ec2c
|