Name | ablilcalculator JSON |
Version |
0.0.3
JSON |
| download |
home_page | |
Summary | short description here |
upload_time | 2023-03-11 18:43:25 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.7 |
license | |
keywords |
calculator
math
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# My python package
## Get started
## Pre-requisites
Install necessary dependencies for developement
```shell
pip install twine build setuptools
```
## Develop
1. Clone project and reset git history
```shell
git clone https://github.com/ablil/python-starter pypkg && cd pypkg && rm -rf .git && git init && git add . && git commit -m 'initial commit'
```
2. Run your tests
```shell
```
## Build and publish
* Build
```shell
rm -rf dist && python -m build
```
* Publish to TestPyPi
```shell
python -m twine upload --repository testpypi dist/*
```
* Publish to PyPi
```shell
python -m twine upload --repository testpypi dist/*
```
Raw data
{
"_id": null,
"home_page": "",
"name": "ablilcalculator",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "calculator,math",
"author": "",
"author_email": "ablil <ablil@pm.me>",
"download_url": "https://files.pythonhosted.org/packages/86/21/36444687153b8bb20d1de59868cebf2663954d816432c9910e6ae79af978/ablilcalculator-0.0.3.tar.gz",
"platform": null,
"description": "# My python package\n\n## Get started\n\n## Pre-requisites\n\nInstall necessary dependencies for developement\n\n```shell\npip install twine build setuptools\n```\n\n## Develop\n\n1. Clone project and reset git history\n\n```shell\ngit clone https://github.com/ablil/python-starter pypkg && cd pypkg && rm -rf .git && git init && git add . && git commit -m 'initial commit'\n```\n\n2. Run your tests\n\n```shell\n\n```\n\n## Build and publish\n\n* Build\n\n```shell\nrm -rf dist && python -m build\n```\n\n* Publish to TestPyPi\n\n```shell\npython -m twine upload --repository testpypi dist/*\n```\n\n* Publish to PyPi\n\n```shell\npython -m twine upload --repository testpypi dist/*\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "short description here",
"version": "0.0.3",
"split_keywords": [
"calculator",
"math"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4f477a646798695a1769cd2beefd057ba59df8954014e8f35b212cb835f61ad0",
"md5": "bad6fad6e94b1d4b6c870178a2555ed4",
"sha256": "f5d7555306a146cf8db84ee40cdf2ad7135a9a700e339bbf1a68f4f57b24226f"
},
"downloads": -1,
"filename": "ablilcalculator-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bad6fad6e94b1d4b6c870178a2555ed4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 2130,
"upload_time": "2023-03-11T18:43:23",
"upload_time_iso_8601": "2023-03-11T18:43:23.401833Z",
"url": "https://files.pythonhosted.org/packages/4f/47/7a646798695a1769cd2beefd057ba59df8954014e8f35b212cb835f61ad0/ablilcalculator-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "862136444687153b8bb20d1de59868cebf2663954d816432c9910e6ae79af978",
"md5": "00734a7a631d39bc618e366990233a3a",
"sha256": "5da7ae2cb149068b60953d6449c26bbf41b1e678e70cfdb273951c48a4ca6255"
},
"downloads": -1,
"filename": "ablilcalculator-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "00734a7a631d39bc618e366990233a3a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 1739,
"upload_time": "2023-03-11T18:43:25",
"upload_time_iso_8601": "2023-03-11T18:43:25.487553Z",
"url": "https://files.pythonhosted.org/packages/86/21/36444687153b8bb20d1de59868cebf2663954d816432c9910e6ae79af978/ablilcalculator-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-11 18:43:25",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "ablilcalculator"
}