Giter Site home page Giter Site logo

cgmerger's People

Contributors

ajakubo1 avatar nerwosolek avatar payzman avatar

Stargazers

 avatar

Watchers

 avatar  avatar

cgmerger's Issues

Add tests

I'm starting to add more and more features to the package, and after every single change - I'm not able to test everything manually. This is a recipe for a disaster, I need to add unit tests.

Create an official python package

Create an official python package from the code (a need arose for making the package installable from pip, to run setup.py and install all of the libs which the package uses).

main.cs is not respected in ``order`` settings

So right now, main.cs is excluded from order settings and always added as last. This is not preferable for all of the languages, I should re-adjust for order setting having more control.

Fix up Readme file

Current file is quite chaotic and not very intuitive I think. I will try to re-write it a bit to be more consistent (or create a wiki page for actual documentation purposes). I also want it to be very easy for someone to use it immidiately. If someone has any suggestions - let me know.

Cannot install cgmerger via pip on Windows 10.

Cannot install cgmerger via pip.
using: Windows Power Shell, Windows 10.
software versions:
Python 3.8.6
pip 20.2.4
error message: ERROR: Could not find a version that satisfies the requirement cgmerger (from versions: none)
ERROR: No matching distribution found for cgmerger

Create ``basedir`` property pointing to the base directory of a project

So right now script works in such a way, that it considers the base dir to be os.getcwd() - which is the folder from which the script runs. It would be much much better if that wasn't relative to where you currently are while running the command.

probably what needs to be done here:

  • create a new basedir argument in ArgumentParser
  • create a new basedir field in ConfigParser
  • change the os.getcwd() entries to use the basedir
  • check the code if it won't be sensible to use basedir in more locations (like - workdir is now relative to the folder you are running the command, this should be changed probably)

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.