Giter VIP home page Giter VIP logo

cmtkgen's People

Contributors

arapelle avatar

Stargazers

 avatar

Watchers

 avatar

cmtkgen's Issues

cmake_uninstall.cmake [--] [BUILD build_type]

To have the correct list and not removing all installed configs:

Read file list from file

  • Install install_manifest.txt
  • Read file list from installed install_manifest.txt

Uninstall specific config

  • Read file list from install_manifest_.txt
  • Remove files listed in install_manifest_.txt

cmtkgen exe|lib|hlib|hw [name] and setup.py

commands:

  • exe: create an executable
  • lib: create a library
  • hlib: create a header only library
  • hw: create a hello world

setup.py: ask for install dir and install pythons scripts there.

pip package (setup.py script)

  • Create a pip package on testpypi.
  • Create a pip package on pypi.

https://packaging.python.org/tutorials/packaging-projects/
https://test.pypi.org/help/#apitoken
https://test.pypi.org/manage/account/token/
https://packaging.python.org/guides/using-testpypi/

python env setup:
python3 -m pip install --user --upgrade setuptools wheel twine

build:
python3 setup.py sdist bdist_wheel

clean build:
rm -r dist/ cmtkgen.egg-info/ __pycache__/

local:
cd dist && python3 -m pip install cmtkgen-*.whl && cd -
cd dist && python3 -m pip uninstall cmtkgen-*.whl && cd -

testpypi upload & install:
python3 -m twine upload --repository testpypi dist/*
pip3 install --index-url https://test.pypi.org/simple/ --no-deps cmtkgen

pypi upload & install:
python3 -m twine upload dist/*
pip3 install cmtkgen

uninstall:
pip3 uninstall cmtkgen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.